-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override the soft file descriptor limit #4442
Conversation
Set the maximum number of file descriptors to the hard limit for compatibility with the reference implementation. Fixes eclipse-openj9#4407 Issue eclipse-omr/omr#3501 covers the necessary OMR changes. Signed-off-by: Peter Bain <peter_bain@ca.ibm.com>
OMR changes are merged. |
FYI, user-reported issues related to this: #4084 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable
Jenkins test sanity plinux jdk8 |
Jenkins test extended xlinux jdk11 |
Should we track this as a candidate for a potential 0.12.2 build? |
Given it's been reported multiple times and is a straightforward fix, I'd say yes. Add a new label |
Set the maximum number of file descriptors to the hard limit
for compatibility with the reference implementation.
Fixes #4407
Issue eclipse-omr/omr#3501 covers the necessary OMR changes.
Signed-off-by: Peter Bain peter_bain@ca.ibm.com